GA calculation can show correct progress time in progress_time.log.
Parameter in Solution.Variable will change to corresponding time unit.
Fixed pBioRate and pBioComponent from BioRate and BioComponent in "call get_BioRate(pBioRate, BioParameter, pBioComponent)" in Kernel.get_Kernel_Evaluation().
Changed
After GA calculation, there is not need to do Simulation again to get the best resulut. It will be parse directly from result_Variable_NSE and getter_PredictedData.
If decimal length cannot cover the boundary in Solution.Variable, it will enlarge (the max decimal length of Variable['Value'], Variable['InitialValue'], Variable['UpperBound'] and Variable['LowerBound'] plus 2), or you can enlarge it yourself. At the mean time, Checker.check_Variable_Boundary_Ind_length will be deleted.